home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / contrib / poly3d-r / makefile.os2 < prev    next >
Encoding:
Makefile  |  1994-12-19  |  336 b   |  17 lines

  1. #
  2. # This is the make file for the poly3d-r directory using OS2 GCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Dec 1991
  5. #
  6.  
  7. include ..\makeflag.os2
  8.  
  9. OBJS    = poly3d-r.o prepdata.o colortbl.o evalcolr.o scandata.o
  10.  
  11. poly3d-r.exe: $(OBJS)
  12.  
  13. install: poly3d-r.exe
  14.     $(CP) -f poly3d-r.exe $(BIN_DIR)
  15.     $(CP) -f poly3d-r.cfg $(BIN_DIR)
  16.     $(RM) poly3d-r.exe
  17.